home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
grabthegrub.swf
/
scripts
/
DefineSprite_328
/
frame_3
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
465b
|
19 lines
_parent.lsl.instructionsButton._visible = false;
msgText.text = "level complete!";
gotoLevel.text = "go on to level " + _parent.round;
mBtn.onRollOver = function()
{
this.nextFrame();
};
mBtn.onRollOut = mBtn.onReleaseOutside = function()
{
this.prevFrame();
};
mBtn.onRelease = function()
{
this._parent._parent.initRound(this._parent._parent.round);
this._parent.gotoAndStop("off");
};
_parent.stopSounds();
_parent.playGoodSound();